home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / actlib13.zip / HISTORY.TXT < prev    next >
Text File  |  1993-05-06  |  1KB  |  55 lines

  1.                                 ACTLIB
  2.                                 ======
  3.  
  4. version 1.3:
  5. -----------
  6.                   
  7.  **  Turbo-Vision library TVTOOLS has been removed from this package.
  8.  **  It is now available as TVTOOL13.ZIP and includes ACTLIB13.ZIP
  9.  
  10.  
  11.  - macros 'nodebug()' in NODEBUG.H to disable debugging of a program
  12.  
  13.  - Bug correction in recursexp (REGEXP.C - STRINGS.LIB)
  14.    forgot some 'free'
  15.  
  16.  - Bug correction in str(n)comp (COMP.C/NCOMP.C - STRINGS.LIB)
  17.    UPPER was hard-coded (to a wrong value!)
  18.  
  19.  - Bug correction in vollabel (TOOLS.LIB)
  20.    suppress '.' from volume label
  21.  
  22.  - function is_drive_ready() replaced by test_drive()
  23.    to enhance functionalities
  24.    (added a macro 'is_drive_ready()' for compatibility)
  25.  
  26.  - change in fnreduce (TOOLS.LIB)
  27.    to increase compatibility with Microsoft.
  28.  
  29.  
  30. version 1.2:
  31. -----------
  32.  
  33.  - New function in TOOLS.LIB:  int far cpu_type( void );
  34.    returns cpu type (86, 186, 286, 386, 486)
  35.  
  36.  - CALC.LIB has been removed and replaced by function
  37.    strcalc() in STRINGS.LIB
  38.  
  39.  - Bug correction in filencopy (TOOLS.LIB)
  40.  
  41.  
  42.  
  43. version 1.1:
  44. -----------
  45.  
  46.  A lot of bug corrections and modifications to increase compatibility
  47.  (mainly with Microsoft 7.0).
  48.  
  49.  Only changes in the interface/behaviour will be listed:
  50.  
  51.  - change of return code in getsetup() in SETUP.C (TOOLS.LIB)
  52.  
  53.  - adding a boolean format (%b) and a new string format (%S)
  54.    in getsetup() in SETUP.C (TOOLS.LIB)
  55.